hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
AStarResult
hip
ai
pathfinding
Undocumented in source.
version(Test)
struct
AStarResult (
T
) {
bool
isPossible
;
T
[]
path
;
}
Members
Variables
isPossible
bool
isPossible
;
Undocumented in source.
path
T
[]
path
;
Undocumented in source.
Meta
Source
See Implementation
hip
ai
pathfinding
functions
AStar2D_4Way
manhattanHeuristic
structs
AStarResult